xen: arm: Remove useless and incorrect EXPORT_SYMBOLS
authorIan Campbell <ian.campbell@citrix.com>
Thu, 21 Nov 2013 10:49:14 +0000 (10:49 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 29 Nov 2013 10:29:04 +0000 (10:29 +0000)
Dietmar noticed that one of these was incorrect, but in actual fact they are
not even used. They are defined as nops in Xen for the benefit of code
imported to Linux which ARM's smpboot.c is not.

Just get rid of them.

Reported-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/smpboot.c

index e862477154ed73a573dc8d668a00b994eabc4236..6b4a18c147b3d37cbc78a99a04e5d3ab85ef3da2 100644 (file)
 #include <asm/gic.h>
 
 cpumask_t cpu_online_map;
-EXPORT_SYMBOL(cpu_online_map);
 cpumask_t cpu_present_map;
-EXPORT_SYMBOL(cpu_online_map);
 cpumask_t cpu_possible_map;
-EXPORT_SYMBOL(cpu_possible_map);
 
 struct cpuinfo_arm cpu_data[NR_CPUS];